home *** CD-ROM | disk | FTP | other *** search
/ Directorty Opus 5 - Magellan 2 / Opus 5 - Magellan 2.iso / Extras / DopusJPEG11.readme < prev    next >
Text File  |  1996-05-05  |  2KB  |  66 lines

  1. Short: DOPUS5 JPEG Picture Convertor
  2.  
  3. DOPUS5 JPEG Picture Convertor
  4. Author : NOWAK Christophe
  5. E-MAIL : onowak@ufrima.imag.fr (my brother)
  6.      david@ensinfo.univ-nantes.fr  (my friend, Skeenotik on IRC)
  7.  
  8.  
  9. LEGAL STUFF
  10.   This is a freeware production. You can use it, spread it, give it
  11.   but you can't sell it. The author is not responsible for problems
  12.   that can happen by using this program. Use it at your own risk.
  13.  
  14.  
  15. INTRODUCTION
  16.   This is a little Arexx Script that enable you to convert
  17.   GIF/TARGA/PPM/JPEG/ILBM/PCX Files to JPEG Format with the desired
  18.   compression quality. It's a bit stupid but it can help.
  19.   Pictures must have extensions like .GIF, .IFF, .ILBM, .JPG, etc.
  20.   Look at the script for more informations.
  21.  
  22.  
  23. WHAT DO YOU NEED (not in the archive)
  24.   You need the JPEG package (JPEGVxBin.lha on Aminet).
  25.   PCXTOPPM and ILBMTOPPM archives for special formats.
  26.  
  27.  
  28. INSTALLATION
  29.   Copy the Arexx script to DOPUS5:Arexx.
  30.   Create a button which call the script like :
  31.     AREXX : Pic2jpeg.dopus5 {Qp} <scale> <path for tmp file> <cjpeg options>
  32.   the scale, path and option arguments are optional. If you don't put it,
  33.   the tmp files will be in the same dir that the pictures (they will be delete
  34.   after use). If you don't use the path option but the cjpeg option, put ""
  35.   for the path. cjpeg optins are like : -grayscale, etc.
  36.   If you want to use the DJpeg Scale option, write SCALE in the command
  37.   line, if not write NOSCALE or what you want.
  38.   Put the "Run Asynchronously" Flag.
  39.  
  40. TO DO
  41.   Add support for other pictures format.
  42.   Localisation.
  43.  
  44. HISTORY
  45.   v 1.1 : (4-feb-96)
  46.           - correct a problem with the extension.
  47.           - add the possibility to delete the old pictures.
  48.           - add the scale option for djpeg
  49.  
  50.   v 1.0 : (2-jan-96)
  51.            - first spreaded version.
  52.  
  53. Contact me for any problem.
  54. You can modify the script for your personal usage but you can't spread it
  55. without my agreement. Thank You.
  56.  
  57.  
  58. ============================= Archive contents =============================
  59.  
  60. Original  Packed Ratio    Date     Time    Name
  61. -------- ------- ----- --------- --------  -------------
  62.     3387    1182 65.1% 04-Feb-96 16:18:56  Pic2Jpeg.dopus5
  63.     1843    1001 45.6% 04-Feb-96 16:18:56  Pic2JPEG.readme
  64. -------- ------- ----- --------- --------
  65.     5230    2183 58.2% 09-Mar-96 12:52:58   2 files
  66.